From: Nicolas Thill Date: Thu, 31 Dec 2015 09:20:59 +0000 (+0000) Subject: dante: fix MD5SUM X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=5b2b73114e45b4b811c8625cf68b2c45ef24053c;p=openwrt%2Fsvn-archive%2Farchive.git dante: fix MD5SUM MD5SUM is wrong, it was not updated during last update to v1.4.1. Thanks to Daniel Dickinson for reporting it. Signed-off-by: Nicolas Thill SVN-Revision: 48017 --- diff --git a/package/network/utils/dante/Makefile b/package/network/utils/dante/Makefile index b49ae7291c..ab05f8c9e4 100644 --- a/package/network/utils/dante/Makefile +++ b/package/network/utils/dante/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.inet.no/dante/files/ -PKG_MD5SUM:=69b9d6234154d7d6a91fcbd98c68e62a +PKG_MD5SUM:=68c2ce12119e12cea11a90c7a80efa8f PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=BSD-4-Clause